<name>Cyllarus</name>
<profession>Retailer</profession>
<faction>Centaurs</faction>
<dialogue>
  <greeting>
    <reply>
      <if><gold>2000</gold></if>
      <text>All fine goods, and well-purified to appease such highly customers.</text>
      <return>main</return>
    </reply>
    <reply>
      <if><gold>200</gold></if>
      <text>Round and round we go eternally.</text>
      <return>main</return>
    </reply>
    <reply>
      <text>Can you keep that crude weaponry out of the way? I'm not particularly fond of spears and such pointing at me.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Sir, do you have regular shipments coming in?</text>
      <npc>
        <reply>
          <text>Certainly, [class]. The more expensive shops restock less often, because their goods come from faraway, but you can count on us to have new stuff frequently. One never gets enough of the simple things in life.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Hmm, we need some supplies.</text>
      <npc>
        <reply>
          <if><hour>8</hour><hour>!20</hour></if>
          <text>Don't forget to return the basket when you're done, [name].</text>
          <script><shop>Ixion's Stone</shop></script>
          <return>main</return> 
        </reply>
        <reply>
          <if><hour>!8</hour></if>
          <text>There's plenty on sale, but we don't open until eight.</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>We have closed for the day, [gender].</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We'll return for the new stock, then!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>